ThreadLocal(T) Constructor

Task Parallel System.Threading

Overload List

  NameDescription
ThreadLocal<(Of <(T>)>)()()()
Initializes the ThreadLocal<(Of <(T>)>) instance.
ThreadLocal<(Of <(T>)>)(Func<(Of <(T>)>))
Initializes the ThreadLocal<(Of <(T>)>) instance with the specified valueFactory function.

See Also